2016-04-15 - 26604 - Break Fix - Make changes to MSRP data in SNC #ProductionBreakFix #ABAPSNC #SNCProject #sncsup

2016-04-18 - 26604 - Service Request - MSRP Value for Japan POs in PO Feed and PO Download ECC

Problem Summary


Make changes to MSRP data in SNC. Wrong MSRP Values are displayed in PO Feed and PO Download ECC.

Admin Info


Purpose
Make changes to MSRP data in SNC
Requested by
Bhumi Bhagat
Issue Date
04-15-2016
Resolved by
Adithya, Mahesh
Resolved Date
04-28-2016
Document Status
Complete

Detailed Problem Description

(Include Screen Shots if required )

Wrong Values are displayed in the PO Feed files in ECC and PO Download ECC Files in SNC for Japan POs
Currencies are maintained with last two digits as decimals; however Japan and Korean currencies do not have decimals for their currencies so the changes need to be made in ECC and SNC PO download files

Solution Analysis and Recommendations

It is reported that the MSRP value for Japan POs is wrongly displayed the PO Download ECC file from SNC Web application, here is the PO and the attached file where we see the MSRP value for the PO# 4500157280 line item 10 Material 11356413 is shown as 36 for line item 10 instead of 3600.

PO Download file from SNC WEB
26604-1.JPG

It is displayed as 36,00 JPY in VK13 Transaction in ECC:
26604-2.JPG


In Table A552-KONP :
26604-3.JPG
The same value is populated in PO Download ECC File in SNC

Analysed and understand that the issue is there in PO feed also which is generated in ECC. Korea POs looks good in both the files.
Change the program so as to handle the decimals when the PO is Japan PO. Ignore Decimals for Japan POs and display the value.

Updated on 04/26/2016
While testing we observed that the MSRP SO field also needs to be changed. Current logic for MSRP SO is if ZCRS is there in the sales order then pull ZCRS, if ZCRS is not maintained pull ZMRP in to MSRP SO.

Test ID
Test Scenario
Expected Results
MSRP01
Create a PO for Japan Plant and execute PO Feed for the PO in ECC

1. NB PO for field "MSRP PO"
2. Z3NB PO for field "MSRP SO" with only ZCRS in the sales order.
3. Z3NB PO for field "MSRP SO" with ZMRP only in the sales order.
4. NB TAB PO for field "MSRP SO" with only ZCRS in the sales order.
5. NB TAB PO for field "MSRP SO" with ZMRP only in the sales order.
"MSRP PO" or "MSRP SO" (if PO has sales order) has to be updated in the file.

1. "MSRP PO" value "AS" column in the file shall be displayed correctly as it is in VK13
2. "MSRP SO" value "N" column has to be updated with the ZCRS value of the sales order.
3. "MSRP SO" value "N" column has to be updated with the ZMRP value of the sales order.
4. "MSRP SO" value "N" column has to be updated with the ZCRS value of the sales order.
5. "MSRP SO" value "N" column has to be updated with the ZMRP value of the sales order.
MSRP02
Move same Japan POs to SNC and Download PO Download ECC file from SNC WEB
1. NB PO for field "MSRP PO"
2. Z3NB PO for field "MSRP SO" with only ZCRS in the sales order.
3. Z3NB PO for field "MSRP SO" with ZMRP only in the sales order.
4. NB TAB PO for field "MSRP SO" with only ZCRS in the sales order.
5. NB TAB PO for field "MSRP SO" with ZMRP only in the sales order.
"MSRP PO" or "MSRP SO" (if PO has sales order) has to be updated in the file.


1. "MSRP PO" value "AS" column in the file shall be displayed correctly as it is in VK13
2. "MSRP SO" value "N" column has to be updated with the ZCRS value of the sales order.
3. "MSRP SO" value "N" column has to be updated with the ZMRP value of the sales order.
4. "MSRP SO" value "N" column has to be updated with the ZCRS value of the sales order.
5. "MSRP SO" value "N" column has to be updated with the ZMRP value of the sales order.
MSRP03
Create a PO for Korea Plant and execute PO Feed for the PO in ECC just to check Korea Currency is working
The MSRP PO value "AT" column in the file shall be displayed correctly as it is in VK13
MSRP04
Move the same Korea PO to SNC and Download PO Download ECC file from SNC WEB
just to check Korea Currency is working
The MSRP PO value "AT" column in the file shall be displayed correctly as it is in VK13
Resolution

Modify the both PO Feed Program and PO Download ECC function module to apply currency conversion rules to MSRP Price, when currency is JPY:
PO Feed Program - ZSNC_PO_EXTRACT
PO Download ECC Program - LZNEC_FG_PO_DOWNLOADF01

Release Information

Provide link here to Release Notes if Technical Objects were changed